home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / wit472.zip / LIB / HELP / MORPHO / GOPEN / GOPEN.bin
Text File  |  1994-11-25  |  728b  |  17 lines

  1. OPERATOR
  2.  
  3. gopen --- greyscale opening
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The gopen operator computes a morphological opening on the greyscale input 
  9. image. An opening is an erosion followed by a dilation. The number of 
  10. iterations specified by the niterations parameter determines how many times the 
  11. erosion and dilation are executed. The greyscale erosion and dilation is 
  12. usually slower than its binary counterpart since a minimum or maximum has to 
  13. be computed for each neighborhood in the input image. In the binary version, 
  14. the erode and dilate operators do not usually have to look through the 
  15. entire kernel, but can be optimized to look only until the given pixel is 
  16. disqualified or qualified, respectively. 
  17.